home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Resources / g⁄matter / g⁄matter catalog / CATALOG.Dxr / Internal_188_track6GoTo.ls < prev    next >
Encoding:
Text File  |  1996-07-31  |  239 b   |  11 lines

  1. on mouseUp
  2.   if the castNum of sprite 28 <> 0 then
  3.     if the castType of cast the castNum of sprite 28 = #digitalVideo then
  4.       set the movieRate of sprite 28 to 0
  5.       updateStage()
  6.     end if
  7.   end if
  8.   clickSnd()
  9.   go("track6")
  10. end
  11.